projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
579b0c0
)
`image-save' doc string clarification
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 5 Jul 2021 12:49:56 +0000
(14:49 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 5 Jul 2021 12:50:02 +0000
(14:50 +0200)
* lisp/image.el (image-save): Clarify what's being saved
(bug#49347).
lisp/image.el
patch
|
blob
|
history
diff --git
a/lisp/image.el
b/lisp/image.el
index ee152940311972672cea12a723f83d04fdf665d2..494c26a8a33821385de25db16056cc503d7cf5e1 100644
(file)
--- a/
lisp/image.el
+++ b/
lisp/image.el
@@
-1191,7
+1191,9
@@
rotations by only multiples of 90 degrees."
360)))))
(defun image-save ()
- "Save the image under point."
+ "Save the image under point.
+This writes the original image data to a file. Rotating or
+changing the displayed image size does not affect the saved image."
(interactive)
(let ((image (image--get-image)))
(with-temp-buffer